home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2000 #7 / K-CD-2000-07.iso / Missile Command / data1.cab / Program_Executable_Files / Data.mgf / Explosions.dat < prev    next >
Text File  |  2000-01-24  |  2KB  |  48 lines

  1. ;******************************************************************
  2. ;* EXPLOSIONS.DAT
  3. ;*
  4. ;* This file controls the behavior of the explosions
  5. ;* in the advanced game of Missile Command.
  6. ;* You can copy this file into your local MC directory
  7. ;* and edit it there. You must copy it back to
  8. ;* m:/art/final/resource to make the changes for 
  9. ;* everybody though.
  10. ;*
  11. ;* Right now there are many limitations on what you
  12. ;* can do from this file (can't change the position
  13. ;* or the time delay of an explosion, or create a new
  14. ;* explosion for example). 
  15. ;*
  16. ;* Anything after a semicolon (;) is ignored.
  17. ;* The valid fields you can specify for an explosion
  18. ;* are:
  19. ;* [Name]:      Name of the explosion (this is how the game
  20. ;*              will identify it. Avoid spaces if you can.
  21. ;*              This is NOT the filename of the explosion.
  22. ;* AnimLength:  Time in miliseconds that the explosion lasts.
  23. ;* Radius:      Radius of the explosion (only used if constant)
  24. ;* FrameTicks:  Miliseconds between two texture frames when 
  25. ;*              using the EXPLOSION_LOOPING flag.
  26. ;*
  27. ;* The following fields are only used with the EXPLOSION_USEDATAPOINTS 
  28. ;* flag:
  29. ;* MaxRadius:   Maximum radius of the explosion.
  30. ;* MaxAlpha:    Maximum alphaof the explosion.
  31. ;* RadiusData = x, y: Radius of y at time x.
  32. ;* AlphaData = x, y:  Alpha of y at time x.
  33. ;*
  34. ;* To be added:
  35. ;* flags
  36. ;* pflags
  37. ;* Delay
  38. ;* Position 
  39. ;* Object (npf)
  40. ;*
  41. ;* If you have any suggestions, request, or bugs, let me 
  42. ;* know so I can work on them. 
  43. ;*
  44. ;* Noel - June 1999
  45. ;******************************************************************
  46.  
  47.  
  48. ;